home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / peacoc / install.doc < prev    next >
Text File  |  1994-10-29  |  1KB  |  39 lines

  1. Installation of PEACOCK is very easy.
  2.  
  3.  
  4. To use the VBX version of PEACOCK
  5.  
  6. COPY PEACOCKV.VBX TO \WINDOWS\SYSTEM directory
  7. COPY PEACOCK.HLP TO \WINDOWS        directory
  8. COPY PEACOCK.INI  TO \WINDOWS        directory
  9.  
  10. The file PEACOCKV.BAS contains declarations for
  11. using the VBX version of PEACOCK in your
  12. applications.  You will want to add it to the 
  13. files in your project which uses PEACOCK.
  14.  
  15. To use the DLL version
  16.  
  17. COPY PEACOCK.DLL  TO \WINDOWS\SYSTEM directory
  18. COPY PEACOCK.HLP  TO \WINDOWS        directory
  19. COPY PEACOCK.INI  TO \WINDOWS        directory
  20.  
  21. The file PEACOCK.BAS constains constants and
  22. declarations needed to use the DLL version of
  23. PEACOCK.  You will want to add it to the files
  24. in your project which uses PEACOCK.
  25.  
  26. To run the Sample Programs..
  27.  
  28. Once the above installation is complete you should
  29. be able to run the sample programs.  Remember to
  30. only attempt to run the samples for the type of
  31. installation you did (i.e. if VBX then only try
  32. to run the VBX samples!)
  33.  
  34. Have fun and enjoy.
  35.  
  36.  
  37.  
  38.  
  39.